home *** CD-ROM | disk | FTP | other *** search
/ Secrets of Stargate / STARGATE.iso / mac / STARGATE (5MB Macintosh) / STARGATE (5MB Macintosh).DXR / 00071.ls < prev    next >
Encoding:
Text File  |  1994-10-19  |  186 b   |  12 lines

  1. on mouseUp
  2.   global gVideoDouble
  3.   if the timer < 20 then
  4.     exit
  5.   end if
  6.   spinCursor()
  7.   set gVideoDouble to not gVideoDouble
  8.   updateDoubleIcon()
  9.   resetCursor()
  10.   startMouse()
  11. end
  12.